![]() ![]() |
Q: I have an application that updates the Rendezvous TXT record once a second, and now my application doesn't work in Panther. Why is that? A: Starting in Mac OS X 10.3, mDNSResponder rate limits the number of TXT record updates in order to prevent abuses that harm the network. Although the exact allowable rate is dependent on how often you've updated the TXT record in the past, you can rely on being able to update at a steady rate of once per minute without any problems. The exact rules for rate limiting are as follows.
If you have an application that needs to disseminate new information to all peers on the local network more frequently than once per minute, then Rendezvous is probably not the right protocol for the job. You should contact IANA to get your own IP multicast address assigned so that your protocol traffic can run on its own multicast address. [Oct 23, 2003] |
Developer Documentation | Technical Notes | Development Kits | Sample Code |